projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de3834
)
(appt-make-list): Fix previous change.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 17 Mar 1999 05:16:07 +0000
(
05:16
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 17 Mar 1999 05:16:07 +0000
(
05:16
+0000)
lisp/calendar/appt.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/appt.el
b/lisp/calendar/appt.el
index 22cc7e1b84c7b97672248d9b38f8d3ab313d6d31..c667aca3dad19081653e9562ec9c42fc514c8744 100644
(file)
--- a/
lisp/calendar/appt.el
+++ b/
lisp/calendar/appt.el
@@
-525,7
+525,7
@@
The time should be in either 24 hour format or am/pm format."
(calendar-date-equal
(calendar-current-date) (car (car entry-list))))
(let ((time-string (substring (prin1-to-string
- (cadr (car entry-list)))
2
-1)))
+ (cadr (car entry-list)))
1
-1)))
(while (string-match
"[0-9]?[0-9]:[0-9][0-9]\\(am\\|pm\\)?.*"